home *** CD-ROM | disk | FTP | other *** search
- -- background: 9025 from stack: in
- -- bmap block id: 8020
- -- flags: 0000
- -- background id: 0
- -- name:
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=0 top=0 right=342 bottom=83
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: New Button
- ----- HyperTalk script -----
- on mouseUp
- visual effect wipe right
- pop card
- end mouseUp
-
-
-
- -- part 2 (field)
- -- low flags: 81
- -- high flags: 0004
- -- rect: left=177 top=85 right=310 bottom=390
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: congrats
- ----- HyperTalk script -----
- on mouseup
- hide the target
- end mouseup
-
-
- -- part 3 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=211 top=168 right=221 bottom=350
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Envelope
- ----- HyperTalk script -----
- on mouseUp
- set visible of field "congrats" to not the visible of field "congrats"
- end mouseUp
-
-